home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / communic / zmodem / ptest.sh < prev    next >
Encoding:
Text File  |  1987-05-24  |  119 b   |  5 lines

  1. #a short test for sz and rz using a named pipe - no modem used.
  2. /etc/mknod fifo p
  3. sz <fifo /etc/motd |rz >fifo
  4. rm fifo
  5.